InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / AddText Method / AddText(String[]) Method

In This Topic
    AddText(String[]) Method
    In This Topic
    Adds a few InputOption items with text from the given array of strings.
    Syntax
    'Declaration
     
    Public Overloads Sub AddText( _
       ByVal textItems() As String _
    ) 
    public void AddText( 
       string[] textItems
    )

    Parameters

    textItems
    See Also